type testing.discard

3 uses

	testing (current package)
		benchmark.go#L992: 			w:      discard{},
		benchmark.go#L1003: type discard struct{}
		benchmark.go#L1005: func (discard) Write(b []byte) (n int, err error) { return len(b), nil }